home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00020_Hand button.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  193 b   |  13 lines

  1. on mouseUp
  2.   global gClickle
  3.   if gClickle > 4 then
  4.     puppetSound("Play")
  5.     updateStage()
  6.     puppetSound(0)
  7.   else
  8.     puppetSound("Embrace")
  9.   end if
  10.   updateStage()
  11.   puppetSound(0)
  12. end
  13.